home *** CD-ROM | disk | FTP | other *** search
- import java.util.Vector;
- import javax.microedition.lcdui.Display;
- import javax.microedition.lcdui.Displayable;
-
- // $FF: renamed from: e
- abstract class class_0 {
- // $FF: renamed from: b (int) void
- void method_0(int var1) {
- }
-
- // $FF: renamed from: a (p, java.util.Vector, boolean) void
- abstract void method_1(p var1, Vector var2, boolean var3);
-
- // $FF: renamed from: a (m, javax.microedition.lcdui.Display, javax.microedition.lcdui.Displayable, int, int, boolean) void
- abstract void method_2(m var1, Display var2, Displayable var3, int var4, int var5, boolean var6);
-
- // $FF: renamed from: a () int
- abstract int method_3();
-
- // $FF: renamed from: b () int
- abstract int method_4();
-
- // $FF: renamed from: a (int) void
- abstract void method_5(int var1);
- }
-